#
# Makefile for the linux kernel.
#

O_TARGET := hpux.o

obj-y := entry_hpux.o gate.o wrappers.o fs.o ioctl.o sys_hpux.o

EXTRA_AFLAGS := -traditional

include $(TOPDIR)/Rules.make
