diff options
Diffstat (limited to 'target/device/Via/Makefile.in')
-rw-r--r-- | target/device/Via/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in new file mode 100644 index 000000000..63140b58a --- /dev/null +++ b/target/device/Via/Makefile.in @@ -0,0 +1,10 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y) + +ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +include target/device/Via/epia-mii/linux.mk +TARGETS+=linux +endif + +endif + |