1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #602 from LudwigOrtmann/cc110x_cruft

remove native cruft from cc110x_ng Makefile
This commit is contained in:
Ludwig Ortmann 2014-02-01 05:36:29 -08:00
commit 7006f6ee68

View File

@ -10,9 +10,6 @@ endif
ifneq (,$(findstring wsn430-v1_3b,$(BOARD)))
DIRS += spi
endif
ifneq (,$(findstring native,$(BOARD)))
DIRS += spi
endif
all: $(BINDIR)$(MODULE).a
@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;