dsi85/Makefile
Moritz Bitsch 4aef94c064 initial import of dsi85 driver
this driver is based on the omap dss dsi85 driver
2017-02-06 16:03:41 +01:00

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