mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
[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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user