summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 68d8483725..f40e512d5e 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -22,7 +22,11 @@ else
LIBNAME = libdha.so.$(VERSION)
endif
-SRCS=libdha.c mtrr.c pci.c pci_names.c
+SRCS=libdha.c \
+ mtrr.c \
+ pci.c \
+ pci_names.c \
+
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -fPIC -I. -I..