4aef94c064
this driver is based on the omap dss dsi85 driver
12 lines
173 B
Makefile
12 lines
173 B
Makefile
ifneq ($(KERNELRELEASE),)
|
|
# kbuild part of makefile
|
|
include Kbuild
|
|
else
|
|
# normal makefile
|
|
KDIR ?= /lib/modules/`uname -r`/build
|
|
|
|
default:
|
|
$(MAKE) -C $(KDIR) M=$$PWD
|
|
|
|
endif
|