blob: 63140b58aa8b314bccc8a113571b96088e0f6998 (
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)
include target/device/Via/epia-mii/linux.mk
TARGETS+=linux
endif
endif
|