Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU nano 6.2 Makefile ifneq (,$(filter $(CONFIG_VIDEO_ECAM),y m))
- ccflags-y += -Wno-unused-variable -I$(srctree)/drivers/media/platform/tegra/ -I$(srctree)/../nvidia/include/
- obj-m += ar0521.o
- endif
- ar0521:
- make -C $(KERNEL_PATH) M=$(PWD) modules
- modules_install:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
- clean:
- make -C $(KERNEL_PATH) M=$(PWD) clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement