~arky/ubuntu/lucid/iputils/fix-512227

« back to all changes in this revision

Viewing changes to Modules/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Noah Meyerhans
  • Date: 2002-04-21 02:07:55 UTC
  • Revision ID: james.westby@ubuntu.com-20020421020755-ttbj5lnh9l137vct
Tags: upstream-20020124
ImportĀ upstreamĀ versionĀ 20020124

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
KERNEL_INCLUDE=/usr/src/linux/include
 
2
 
 
3
 
 
4
CC=gcc
 
5
CCOPT=-O2 -Wstrict-prototypes -Wall -Werror -fno-strict-aliasing -fno-common
 
6
CFLAGS=-DMODULE -D__KERNEL__ -I$(KERNEL_INCLUDE) $(CCOPT)
 
7
 
 
8
 
 
9
all: pg3.o
 
10
 
 
11
clean:
 
12
        rm -f *.o