fixing Makefile

This commit is contained in:
Andreas Abel
2019-08-14 16:20:38 +02:00
parent 3588b20e52
commit 894826e214

View File

@@ -20,10 +20,9 @@ CFLAGS_nanoBench.o := -DDEBUG
ccflags-y+=-std=gnu99 -Wno-declaration-after-statement
all: hp
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
hp: hp.o
clean:
rm -f hp ../common/*.o ../common/*.ur-safe