From 7518b5da12f2446999197d18b15554147d101578 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 12 Feb 2014 22:58:21 +0100 Subject: [PATCH] Remove ASLFAGS from kernel Makefile. --- sortix/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sortix/Makefile b/sortix/Makefile index 723f5541..cb78162e 100644 --- a/sortix/Makefile +++ b/sortix/Makefile @@ -7,7 +7,6 @@ include ../dirs.mak OPTLEVEL?=-g -O2 CALLTRACE?=0 DISKWRITE?=1 -ASLFAGS?= CPPFLAGS?= CXXFLAGS?=$(OPTLEVEL)