11 lines
184 B
Makefile
11 lines
184 B
Makefile
# Override the default uClibc configuration
|
|
ifeq ($(BR2_TARGET_VIA_EPIA_MII),y)
|
|
|
|
ifeq ($(BR2_PACKAGE_LINUX),y)
|
|
TARGETS+=linux
|
|
include target/device/Via/epia-mii/linux.mk
|
|
endif
|
|
|
|
endif
|
|
|