summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am29
1 files changed, 12 insertions, 17 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 50e9b24b..5b61a1d6 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -23,8 +23,6 @@ if enable_kdb
libkernel_a_SOURCES += \
ddb/db_access.c \
ddb/db_access.h \
- ddb/db_aout.c \
- ddb/db_aout.h \
ddb/db_elf.c \
ddb/db_elf.h \
ddb/db_break.c \
@@ -114,7 +112,6 @@ libkernel_a_SOURCES += \
ipc/mach_msg.h \
ipc/mach_port.c \
ipc/mach_port.h \
- ipc/mach_rpc.c \
ipc/mach_debug.c \
ipc/port.h
EXTRA_DIST += \
@@ -216,8 +213,6 @@ libkernel_a_SOURCES += \
kern/thread.h \
kern/thread_swap.c \
kern/thread_swap.h \
- kern/time_stamp.c \
- kern/time_stamp.h \
kern/timer.c \
kern/timer.h \
kern/xpr.c \
@@ -240,11 +235,10 @@ EXTRA_DIST += \
#
libkernel_a_SOURCES += \
- util/putchar.c \
- util/putchar.h \
- util/puts.c \
util/atoi.c \
- util/atoi.h
+ util/atoi.h \
+ util/byteorder.h \
+ util/byteorder.c
#
# Virtual memory implementation.
@@ -364,6 +358,7 @@ include_device_HEADERS = \
include/device/device_types.defs \
include/device/device_types.h \
include/device/disk_status.h \
+ include/device/input.h \
include/device/net_status.h \
include/device/notify.defs \
include/device/notify.h \
@@ -372,9 +367,7 @@ include_device_HEADERS = \
include_machdir = $(includedir)/mach
include_mach_HEADERS = \
- include/mach/bootstrap.defs \
include/mach/default_pager.defs \
- include/mach/default_pager_helper.defs \
include/mach/default_pager_types.defs \
include/mach/exc.defs \
include/mach/mach.defs \
@@ -403,8 +396,6 @@ include_mach_HEADERS = \
include/mach/memory_object.h \
include/mach/message.h \
include/mach/mig_errors.h \
- include/mach/msg_type.h \
- include/mach/multiboot.h \
include/mach/notify.h \
include/mach/pc_sample.h \
include/mach/policy.h \
@@ -412,7 +403,6 @@ include_mach_HEADERS = \
include/mach/processor_info.h \
include/mach/profil.h \
include/mach/profilparam.h \
- include/mach/rpc.h \
include/mach/std_types.h \
include/mach/syscall_sw.h \
include/mach/task_info.h \
@@ -445,18 +435,16 @@ include_mach_debugdir = $(includedir)/mach_debug
include_mach_debug_HEADERS = \
$(addprefix include/mach_debug/, \
hash_info.h \
- ipc_info.h \
mach_debug.defs \
mach_debug_types.defs \
mach_debug_types.h \
- pc_info.h \
vm_info.h \
slab_info.h \
)
# Other headers for the distribution. We don't install these, because the
# GNU C library has correct versions for users to use.
-# other-sys-headers := types.h time.h reboot.h ioctl.h
+# other-sys-headers := types.h reboot.h ioctl.h
# other-mach-headers := mig_support.h mach_traps.h error.h
# other-headers := alloca.h
@@ -609,6 +597,13 @@ endif
# Architecture specific parts.
#
+if HOST_ix86
+include i386/Makefrag_x86.am
+endif
+if HOST_x86_64
+include i386/Makefrag_x86.am
+endif
+
# ix86.
include i386/Makefrag.am