diff options
Diffstat (limited to 'target/device/jp/Makefile.in')
-rw-r--r-- | target/device/jp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/jp/Makefile.in b/target/device/jp/Makefile.in index acb173d1a..3490b244f 100644 --- a/target/device/jp/Makefile.in +++ b/target/device/jp/Makefile.in @@ -1,5 +1,5 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_Q5)),y) +ifeq ($(BR2_TARGET_Q5),y) include target/device/jp/q5/Makefile.in include target/device/jp/q5/linux.mk |