diff options
Diffstat (limited to 'target/device/valka')
-rw-r--r-- | target/device/valka/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in index f43cadaf6..56ae1d285 100644 --- a/target/device/valka/Makefile.in +++ b/target/device/valka/Makefile.in @@ -1,4 +1,4 @@ -ifeq ($(strip $(BR2_TARGET_VALKA)),y) +ifeq ($(BR2_TARGET_VALKA),y) VALKA_PATH= target/device/valka TARGET_SKELETON=$(VALKA_PATH)/target_skeleton |