diff options
| author | khali <khali> | 2005-09-14 19:29:15 +0000 |
|---|---|---|
| committer | khali <khali> | 2005-09-14 19:29:15 +0000 |
| commit | 8d2bb512509ab4f5b90759aba264111d306af461 (patch) | |
| tree | e5082595b6f1d62b3711e0a64214fd1805b9e28e /Makefile | |
| parent | 4d57e88077abefd8c97292e107f68de66472ee67 (diff) | |
| download | dmidecode-8d2bb512509ab4f5b90759aba264111d306af461.tar.gz | |
Export four specific decoding functions, make them suitable for external
call.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
