2005-06-23 23:34:25 +02:00
|
|
|
# Override the default uClibc configuration
|
2008-12-08 09:15:58 +01:00
|
|
|
ifeq ($(BR2_TARGET_VIA_EPIA_MII),y)
|
2005-06-23 23:34:25 +02:00
|
|
|
|
2008-12-08 09:15:58 +01:00
|
|
|
ifeq ($(BR2_PACKAGE_LINUX),y)
|
2005-06-23 23:34:25 +02:00
|
|
|
TARGETS+=linux
|
2006-01-20 21:51:48 +01:00
|
|
|
include target/device/Via/epia-mii/linux.mk
|
2005-06-23 23:34:25 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|