remove crc32.tab, which is no longer used
[lttv.git] / marker-loader / Makefile
index 2b0e85bd95b81e0571ad0c6821c5d6c91062b9b2..40ff6da09ab3335e482386754e3a1c6c778f02aa 100644 (file)
@@ -1,4 +1,3 @@
-ifneq ($(KERNELRELEASE),)
 
 export MARKER_CFLAGS
 
@@ -7,6 +6,8 @@ MARKER_CFLAGS   += -DJUMP_CALL="__mark_$(TARGET)_jump_call" -DJUMP_INLINE="__mark_
 
 EXTRA_CFLAGS   += $(MARKER_CFLAGS)
 
+ifneq ($(KERNELRELEASE),)
+
 obj-m += marker-loader.o
 
 else
This page took 0.023042 seconds and 4 git commands to generate.