summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b49bd4..c85317c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,6 @@ KERNELVERSION := $(shell uname -r)
all:
EXTRA :=
-#EXTRA += py-smbus
+#EXTRA += eeprog py-smbus
SRCDIRS := include lib eeprom stub tools $(EXTRA)
include $(SRCDIRS:%=%/Module.mk)