summaryrefslogtreecommitdiff
path: root/bindings/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/linux/Makefile')
-rw-r--r--bindings/linux/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/bindings/linux/Makefile b/bindings/linux/Makefile
deleted file mode 100644
index 1736b61..0000000
--- a/bindings/linux/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-obj-m = upb.o
-
-upb-objs = \
- ../../upb/upb.o \
- ../../upb/bytestream.o \
- ../../upb/def.o \
- ../../upb/handlers.o \
- ../../upb/table.o \
- ../../upb/refcount.o \
- ../../upb/msg.o \
-
-KVERSION = $(shell uname -r)
-
-ccflags-y := -I$(PWD) -I$(PWD)/../.. -Wno-declaration-after-statement -std=gnu99
-
-all:
- make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
-
-clean:
- make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback