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

Fix the makefile of sys/random

The Makefile must not overwrite the include paths.
This commit is contained in:
René Kijewski 2014-02-20 17:15:24 +01:00
parent 48f23aa43d
commit e55fd19d5c

View File

@ -1,4 +1,3 @@
INCLUDES = -I../include -I$(RIOTBASE)/core/include
MODULE = random
include $(RIOTBASE)/Makefile.base