1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

remove native cruft from cc110x_ng Makefile

This commit is contained in:
Ludwig Ortmann 2014-02-01 14:31:58 +01:00
parent 74201196e4
commit a3ef45db51

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 ;