summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali>2005-09-14 19:29:15 +0000
committerkhali <khali>2005-09-14 19:29:15 +0000
commit8d2bb512509ab4f5b90759aba264111d306af461 (patch)
treee5082595b6f1d62b3711e0a64214fd1805b9e28e /Makefile
parent4d57e88077abefd8c97292e107f68de66472ee67 (diff)
downloaddmidecode-8d2bb512509ab4f5b90759aba264111d306af461.tar.gz
Export four specific decoding functions, make them suitable for external
call.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fae0f5f..c3ec510 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,8 @@ vpddecode : vpddecode.o util.o
# Objects
#
-dmidecode.o : dmidecode.c version.h types.h util.h config.h dmiopt.h
+dmidecode.o : dmidecode.c version.h types.h util.h config.h dmidecode.h \
+ dmiopt.h
$(CC) $(CFLAGS) -c $< -o $@
dmiopt.o : dmiopt.c config.h types.h dmiopt.h