From a324355fb87d556edac0fee0138eb393767c5f98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Apr 2002 15:08:13 +0000 Subject: 2002-03-29 Ralf Corsepius * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h. * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h. * rtems/score/registers.h: New file, moved from libcpu. * Makefile.am: Reflect changes above. * cpu.c: Don't include cpuModel.h, #include , #include , #include . * rtems/score/cpu.h: Don't include libcpu/cpu.h. #include , #include . --- cpukit/score/cpu/i386/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/i386/Makefile.am') diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am index f26300f0f9..20fca0d9f9 100644 --- a/cpukit/score/cpu/i386/Makefile.am +++ b/cpukit/score/cpu/i386/Makefile.am @@ -27,7 +27,11 @@ include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = \ rtems/score/cpu.h \ rtems/score/i386.h \ - rtems/score/types.h + rtems/score/types.h \ + rtems/score/interrupts.h \ + rtems/score/registers.h \ + rtems/score/idtr.h + PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -- cgit v1.2.3