Changeset baf22b9 in rtems
- Timestamp:
- 05/11/01 16:51:57 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e2040ba
- Parents:
- f86582c8
- Location:
- make
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rf86582c8 rbaf22b9 1 2 2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS. 5 * custom/gensh2.cfg: Dito. 1 6 2 7 2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
make/custom/gensh1.cfg
rf86582c8 rbaf22b9 9 9 # 10 10 11 # HZ=2000000012 13 11 include $(RTEMS_ROOT)/make/custom/default.cfg 14 12 … … 18 16 # This is the actual bsp directory used during the build process. 19 17 RTEMS_BSP_FAMILY=gensh1 20 21 # BSP specific preprocessor flags.22 # These should only be used in BSP dependent directories.23 # BSP_CPPFLAGS=-DHZ=$(CPU_CLOCK_RATE_HZ)24 18 25 19 # -
make/custom/gensh2.cfg
rf86582c8 rbaf22b9 9 9 # 10 10 11 HZ:=2949120012 13 11 include $(RTEMS_ROOT)/make/custom/default.cfg 14 12 … … 18 16 # This is the actual bsp directory used during the build process. 19 17 RTEMS_BSP_FAMILY=gensh2 20 21 # BSP specific preprocessor flags.22 # These should only be used in BSP dependent directories.23 BSP_CPPFLAGS=-DHZ=$(HZ)24 18 25 19 #
Note: See TracChangeset
for help on using the changeset viewer.