Changeset 930ad0c in rtems
- Timestamp:
- 11/23/03 12:45:43 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 926e856a
- Parents:
- 8f83131
- Location:
- cpukit/score/cpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/ChangeLog
r8f83131 r930ad0c 1 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all LIB-related rules. 4 1 5 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/powerpc/Makefile.am
r8f83131 r930ad0c 24 24 include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h 25 25 26 C_FILES = # cpu.c 27 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 28 29 S_FILES = # cpu_asm.S 30 OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 31 32 $(LIB): $(OBJS) 33 $(make-library) 34 35 all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ 36 $(TMPINSTALL_FILES) 26 all-local: $(PREINSTALL_FILES) 37 27 38 28 PREINSTALL_FILES =
Note: See TracChangeset
for help on using the changeset viewer.