aboutsummaryrefslogtreecommitdiff
path: root/acpi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'acpi/Makefile')
-rw-r--r--acpi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/acpi/Makefile b/acpi/Makefile
index 76f27aef..ceccb351 100644
--- a/acpi/Makefile
+++ b/acpi/Makefile
@@ -22,15 +22,15 @@ PORTDIR = $(srcdir)/port
SRCS = main.c netfs_impl.c acpi.c \
acpifs.c ncache.c options.c func_files.c acpi-ops.c \
- acpiServer.c
+ acpiServer.c startup_notifyServer.c
MIGSRCS =
OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS)))
-HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash
+HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs
LDLIBS = -lpthread $(libacpica_LIBS)
-target = acpi
+target = acpi acpi.static
include ../Makeconf