[conf] don't try to sort/remove duplicates in aspirin_v2.1 makefile, this throws out valid entries somehow as well...

This commit is contained in:
Felix Ruess
2013-01-16 11:55:33 +01:00
parent 19e8289506
commit 8e3d253571
@@ -65,13 +65,14 @@ IMU_ASPIRIN_CFLAGS += -DIMU_ASPIRIN_VERSION_2_1
ap.CFLAGS += $(IMU_ASPIRIN_CFLAGS)
ap.srcs += $(IMU_ASPIRIN_SRCS)
ap.CFLAGS := $(sort $(ap.CFLAGS))
ap.srcs := $(sort $(ap.srcs))
#ap.CFLAGS := $(sort $(ap.CFLAGS))
#ap.srcs := $(sort $(ap.srcs))
# NOTE that we should check for duplicities at the end of the generated makefile
# otherwise we would have to check at the end of each subsystem/module and that is annoying
$(info CFLAGS = $(ap.CFLAGS))
$(info srcs = $(ap.srcs))
#$(info CFLAGS = $(ap.CFLAGS))
#$(info srcs = $(ap.srcs))
#
# NPS simulator
#