summaryrefslogtreecommitdiff
path: root/target/device/Via/Makefile.in
blob: 3b37a3d71f17caca317a02be3d8ccd7a5c760b61 (plain)
1
2
3
4
5
6
7
8
9
10
# 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