~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to conf/i386-pc.rmk

  • Committer: gniibe
  • Date: 2003-02-08 08:15:43 UTC
  • Revision ID: gniibe@localhost-20030208081543-qzbbnaytbgs1xq2b
hello module and bug fix of util/resolve.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
genmoddep_SOURCES = util/genmoddep.c
62
62
 
63
63
# Modules.
64
 
pkgdata_MODULES = _chain.mod _linux.mod fat.mod normal.mod
 
64
pkgdata_MODULES = _chain.mod _linux.mod fat.mod normal.mod hello.mod
65
65
 
66
66
# For _chain.mod.
67
67
_chain_mod_SOURCES = loader/i386/pc/chainloader.c
80
80
        normal/menu.c normal/i386/setjmp.S
81
81
normal_mod_CFLAGS = $(COMMON_CFLAGS)
82
82
normal_mod_ASFLAGS = $(COMMON_ASFLAGS)
 
83
 
 
84
# For hello.mod.
 
85
hello_mod_SOURCES = hello/hello.c
 
86
hello_mod_CFLAGS = $(COMMON_CFLAGS)