summaryrefslogtreecommitdiff
path: root/upb/bindings/linux/Makefile
diff options
context:
space:
mode:
authorgerben-s <gerbens@google.com>2018-08-21 15:31:54 -0700
committerGitHub <noreply@github.com>2018-08-21 15:31:54 -0700
commit0a95f73d0d9874151c0d36d6035230a873fa1715 (patch)
treea03b7fbaf122909d9aeab5b1769b661fc3cbbbc6 /upb/bindings/linux/Makefile
parente3eae33fb5840dbec3c2bc9109fa164f6066baa8 (diff)
parent6155ed8b499c10bdd1f38bcb25866218bc388b7c (diff)
Merge pull request #116 from haberman/rmgooglepb
Removed a bunch of obsolete code.
Diffstat (limited to 'upb/bindings/linux/Makefile')
-rw-r--r--upb/bindings/linux/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/upb/bindings/linux/Makefile b/upb/bindings/linux/Makefile
deleted file mode 100644
index 1736b61..0000000
--- a/upb/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