diff options
Diffstat (limited to 'target/device/AMD/Makefile.in')
-rw-r--r-- | target/device/AMD/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/Makefile.in b/target/device/AMD/Makefile.in index 32dd4707f..ab724b554 100644 --- a/target/device/AMD/Makefile.in +++ b/target/device/AMD/Makefile.in @@ -1,5 +1,5 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y) +ifeq ($(BR2_TARGET_AMD_ALCHEMY_DBAU1500),y) include target/device/AMD/DBAu1500/Makefile.in include target/device/AMD/DBAu1500/linux.mk |