Update Makefile.system
This commit is contained in:
parent
b976a0bf40
commit
f4b7ba12b7
|
@ -252,7 +252,9 @@ DUMMY := $(shell $(MAKE) -C $(TOPDIR) -f Makefile.prebuild CC="$(CC)" FC="$(FC)"
|
||||||
ifndef TARGET_CORE
|
ifndef TARGET_CORE
|
||||||
include $(TOPDIR)/Makefile.conf
|
include $(TOPDIR)/Makefile.conf
|
||||||
else
|
else
|
||||||
|
ifdef HAVE_NEON
|
||||||
undefine HAVE_NEON
|
undefine HAVE_NEON
|
||||||
|
endif
|
||||||
undefine HAVE_VFP
|
undefine HAVE_VFP
|
||||||
undefine HAVE_VFPV3
|
undefine HAVE_VFPV3
|
||||||
undefine HAVE_VFPV4
|
undefine HAVE_VFPV4
|
||||||
|
|
Loading…
Reference in New Issue