mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
55f31a4829
* do not overwrite CFLAGS in boards Makefile
6 lines
105 B
Makefile
6 lines
105 B
Makefile
MODULE =$(BOARD)_base
|
|
|
|
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|