blob: c25b7e6de39aa6983dfa79a197bc0954c1732576 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Override the default uClibc configuration
ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y)
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
TARGETS+=linux
include target/device/Via/epia-mii/linux.mk
endif
endif
|