diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2016-07-08 16:35:28 +0200 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2016-07-08 16:35:28 +0200 |
commit | 7850efa9077fa84536e0442c65d39a36e25e39d1 (patch) | |
tree | 788f2422185b436d45139eefc59236622ff12b5a /driver/mostcore | |
parent | ad245bdd60434dd46d6461f585d49db1b3b0d75b (diff) |
src: most: driver: add include pathblowfish_2.0.12.0.1for/blowfish
This patch adds the include path for the core module.
Change-Id: Iee436047ea6b8b2bef370bc89c0a12a6f0602c6c
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'driver/mostcore')
-rw-r--r-- | driver/mostcore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/mostcore/Makefile b/driver/mostcore/Makefile index d88272a..cffcd8e 100644 --- a/driver/mostcore/Makefile +++ b/driver/mostcore/Makefile @@ -5,6 +5,7 @@ SRC := $(shell pwd) obj-m := mostcore.o mostcore-y := core.o +CFLAGS_core.o := -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules |