# | Line 8 | Line 8 | common := Common | |
---|---|---|
8 | ||
9 | include $(common)/common.mk | |
10 | ||
11 | < | targets := $(common) Audacious DashInterface SteeringWheelRemote |
11 | > | targets := $(common) Audacious DashInterface GPS SteeringWheelRemote |
12 | all := $(patsubst %, all-%, $(targets)) | |
13 | clean := $(patsubst %, clean-%, $(targets)) | |
14 | ||
# | Line 25 | Line 25 | $(foreach target,$(targets),$(eval $(cal | |
25 | ||
26 | all-SteeringWheelRemote: all-Common all-Audacious | |
27 | ||
28 | < | all-DashInterface: all-Common all-Audacious |
28 | > | all-DashInterface: all-Common all-Audacious all-GPS |
29 | ||
30 | clean: $(clean) | |
31 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |