aboutsummaryrefslogtreecommitdiff
path: root/i386/Makefrag.am
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-02-26 17:48:27 +0100
committerJustus Winter <justus@gnupg.org>2016-02-28 00:16:48 +0100
commit55b55f51325893542005763a7e50adcf60548112 (patch)
treeed553ab2c860d0d42789147461948c6d7cbb98c1 /i386/Makefrag.am
parent30426d4313733dc64f08d3d2c2ef3c36df252ef3 (diff)
downloadgnumach-55b55f51325893542005763a7e50adcf60548112.tar.gz
gnumach-55b55f51325893542005763a7e50adcf60548112.tar.bz2
gnumach-55b55f51325893542005763a7e50adcf60548112.zip
i386: add parts of cpu.h from x15
* i386/Makefrag.am (libkernel_a_SOURCES): Add new file. * i386/i386/cpu.h: New file.
Diffstat (limited to 'i386/Makefrag.am')
-rw-r--r--i386/Makefrag.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am
index 0c5faa32..4e56543f 100644
--- a/i386/Makefrag.am
+++ b/i386/Makefrag.am
@@ -97,6 +97,7 @@ libkernel_a_SOURCES += \
i386/i386/ast.h \
i386/i386/ast_check.c \
i386/i386/ast_types.h \
+ i386/i386/cpu.h \
i386/i386/cpu_number.h \
i386/i386/cswitch.S \
i386/i386/db_disasm.c \