summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
-rw-r--r--src/nv_hw.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 247e010..d2dc5b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,13 +56,13 @@ nouveau_drv_la_SOURCES = \
nv_output.c \
nv_crtc.c \
nv_i2c.c \
+ nv30_exa.c \
nv50_cursor.c \
nv50_dac.c \
nv50_display.c \
nv50_exa.c \
nv50_output.c \
- nv50_sor.c \
- nv30_exa.c
+ nv50_sor.c
#riva128_la_LTLIBRARIES = riva128.la
#riva128_la_LDFLAGS = -module -avoid-version
diff --git a/src/nv_hw.c b/src/nv_hw.c
index 2cfb741..c2a5061 100644
--- a/src/nv_hw.c
+++ b/src/nv_hw.c
@@ -726,4 +726,3 @@ void nForceUpdateArbitrationSettings (unsigned VClk,
}
}
-