mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01:00
6 lines
82 B
Makefile
6 lines
82 B
Makefile
obj-m := siit.o
|
|
ifeq ($(MAKING_MODULES),1)
|
|
-include $(TOPDIR)/Rules.make
|
|
endif
|
|
|