source: rtems/c/src/lib/libbsp/powerpc/shared/startup/Makefile.am @ 837a1323

Last change on this file since 837a1323 was 837a1323, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:45:49

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • startup/pgtbl_setup.c, startup/pgtbl_activate.c: New files
  • startup/Makefile.am, startup/bspstart.c, startup/linkcmds: Let the powerpc/shared (+derived) BSPs use pagetable support

from libcpu.

  • Property mode set to 100644
File size: 216 bytes
Line 
1##
2## $Id$
3##
4
5
6C_FILES = bspstart.c pgtbl_setup.c pgtbl_activate.c
7
8noinst_DATA = linkcmds
9
10EXTRA_DIST = bspstart.c linkcmds  pgtbl_setup.c pgtbl_activate.c
11
12include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.