blob: 32dd4707f42c313809bc20d58168c615afc93ff7 (
plain)
1
2
3
4
5
6
7
|
# Override the default uClibc configuration
ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y)
include target/device/AMD/DBAu1500/Makefile.in
include target/device/AMD/DBAu1500/linux.mk
endif
|